type vendor/golang.org/x/text/unicode/bidi.bracketPairer
10 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bracket.go#L76: p := bracketPairer{
bracket.go#L90: type bracketPairer struct {
bracket.go#L124: func (p *bracketPairer) matchOpener(pairValues []rune, opener, closer int) bool {
bracket.go#L135: func (p *bracketPairer) locateBrackets(pairTypes []bracketType, pairValues []rune) {
bracket.go#L233: func (p *bracketPairer) getStrongTypeN0(index int) Class {
bracket.go#L252: func (p *bracketPairer) classifyPairContent(loc bracketPair, dirEmbed Class) Class {
bracket.go#L270: func (p *bracketPairer) classBeforePair(loc bracketPair) Class {
bracket.go#L281: func (p *bracketPairer) assignBracketType(loc bracketPair, dirEmbed Class, initialTypes []Class) {
bracket.go#L309: func (p *bracketPairer) setBracketsToType(loc bracketPair, dirPair Class, initialTypes []Class) {
bracket.go#L331: func (p *bracketPairer) resolveBrackets(dirEmbed Class, initialTypes []Class) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |